home *** CD-ROM | disk | FTP | other *** search
- @echo off
- C:\progra~1\tasm\bin\rc /i C:\progra~1\lcc\include 2.rc
- del 2.exe
- tasm32 /ml /m100 /iC:\progra~1\tasm\include 2.asm
- tlink32 /Tpe /aa /c 2, 2.exe,, import32.lib,, 2.res
- del *.obj
- del *.map
- del *.res